home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 3_12.lha / 3_12 / makefile < prev   
Makefile  |  1993-08-08  |  202b  |  12 lines

  1. C= CC -I. -I../../CC
  2. RROR=  ../../error.o
  3. ll: 3_12tst
  4.  
  5. _12tst: 3_12.c 3_12tst.c
  6. $(CC) 3_12tst.c -o 3_12tst $(ERROR)
  7.  
  8. est: all 3_12.cmp
  9. 3_12tst < 3_12.in > 3_12.out
  10. cmp 3_12.out 3_12.cmp
  11. echo tests done
  12.